home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-10-19 | 1.7 KB | 35 lines | [TEXT/KAHL] |
- // Version History
-
- /*************************************************************************************************
-
- Version history of any bug fixes, oops, and updates.
-
- -----------------------------------------------------------------------------------------
- Date Version Description
- -----------------------------------------------------------------------------------------
- May 15, 1995 1.0 Main incarnation of the CDEF Debugger.
-
- May 30, 1995 1.0.1 Fixed bugs. Fixed problems with drawing and testing
- for a vertical scrollbar. Added a grow icon in the 'cicn'
- resource, for future usage. Organized project window to
- display version history and the read me files in their
- own seperate segments.
-
- May 31, 1995 2.0 Major change. Marc White, a.k.a. real programmer, looked
- at my code and determined ( in what seemed like a micro-
- second ) that instead of doing a trap patch we might try
- and make a CDEF Stub instead. It is compatible with native
- PowerPC code as well as 68xxx code.
-
- June 1, 1995 2.0.1 Minor changes. Marc White once again noticed some problems
- with the code. In native PowerPC there is no A5 world. So
- there is no need to do any A4/A5 tweaking to use globals.
- Fixed that. Also fixed the QuickDraw Global usage. Also
- Updated Splash screen.
-
- October,19 1995 2.0.2 I've learned a few more things so I decided to look over
- this code. Fixed some minor bugs in the drawing of the
- vertical control. Cleaned the code up to make it easier
- to read (hopefully).
-
- *************************************************************************************************/